home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_11061_ValidityCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
509b
|
27 lines
global gTTKname,mS
get cd fld "username" in cd 1
if it = "" then
unlock screen
ask tStr("LibMsg",28) && the short name of this stack &&tStr("LibMsg",29)
if it ¡ "" then
put it into cd fld "username" in cd 1
hide menubar
put "false" into mS
get getstr("ReadHelpCSTR")
if it = ""
then
put the lockmessages into waslocked
LM true
LS
push cd
go stack "the library"
setstr "ReadHelpCSTR","true"
pop cd
US
LM waslocked
help
end if
else
domenu (the name of the last menuitem of menu 2)
end if
end if